mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
7 lines
92 B
C
7 lines
92 B
C
#include <arm_neon.h>
|
|
int main (void)
|
|
{
|
|
float64x2_t tmp;
|
|
tmp = vdupq_n_f64(0.0f);
|
|
}
|