export symbols in test_cases
This commit is contained in:
@@ -6,10 +6,10 @@ extern "C" {
|
||||
* @param num: the number of which the square root shall be taken
|
||||
* @param res: where the 4 results shall be written
|
||||
*/
|
||||
void _declspec(dllexport) _AVX(float num, void* res);
|
||||
void _AVX(float num, void* res);
|
||||
|
||||
/**
|
||||
* Just a wrapper around RDRAND
|
||||
*/
|
||||
uint32_t _declspec(dllexport) _RDRAND(void);
|
||||
uint32_t _RDRAND(void);
|
||||
}
|
||||
Reference in New Issue
Block a user