mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6 lines
92 B
C
6 lines
92 B
C
#include <arm_neon.h>
|
|
int main (void)
|
|
{
|
|
float64x2_t tmp;
|
|
tmp = vdupq_n_f64(0.0f);
|
|
}
|