mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed build.
This commit is contained in:
@@ -111,7 +111,7 @@ void simd_bench()
|
||||
for (uint32_t ii = 0; ii < numVertices; ++ii)
|
||||
{
|
||||
float* ptr = (float*)&src[ii];
|
||||
randUnitSphere(ptr, &rng);
|
||||
bx::store(ptr, bx::randUnitSphere(&rng) );
|
||||
ptr[3] = 1.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user