我用英特尔函数_rdrand16_step()编写了一段代码,在Windows(VisualStudio2017)上工作得很好,但是在Linux(g++)上我不能让它工作。‘int otp_s7c::crypt(std::__cxx11::string, std::__cxx11::string, long long unsigned int)’:
密码是,void NeonTest(short int * __restrict a, short int * __restrict b, short int因此,当我使用-static编译和链接时,会得到以下错误:
junaid@junaid755:~/code/c$ arm-linux-gnueabi-gcc -static -march=armv7-ajunaid@junaid755:~/code/<e
我正在尝试生成一个简单的基于霓虹灯的c代码的程序集和可执行文件。密码是, void NeonTest(short int * __restrict a, short int * __restrict b, shortmarch=armv7-a -mtune=cortex-a9 -ftree-vectorize -mhard-float -mfloat-abi=softfp -mfpu=neon -S neon_test.carm-li