mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added SIMD rsqrt bench.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#include <bx/bx.h>
|
||||
/*
|
||||
* Copyright 2010-2017 Branimir Karadzic. All rights reserved.
|
||||
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
|
||||
*/
|
||||
|
||||
#include <bx/timer.h>
|
||||
#include <bx/handlealloc.h>
|
||||
#include <bx/maputil.h>
|
||||
@@ -99,5 +103,8 @@ int main()
|
||||
printf("HandleHashMap: %15f\n", double(elapsed) );
|
||||
}
|
||||
|
||||
extern void simd_bench();
|
||||
simd_bench();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user