@@ -265,7 +265,7 @@ simde_vld2q_dup_f16(simde_float16_t const * ptr) {
265265SIMDE_FUNCTION_ATTRIBUTES
266266simde_float32x4x2_t
267267simde_vld2q_dup_f32 (simde_float32 const * ptr ) {
268- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
268+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
269269 return vld2q_dup_f32 (ptr );
270270 #else
271271 simde_float32x4x2_t r ;
@@ -276,7 +276,7 @@ simde_vld2q_dup_f32(simde_float32 const * ptr) {
276276 return r ;
277277 #endif
278278}
279- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
279+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
280280 #undef vld2q_dup_f32
281281 #define vld2q_dup_f32 (a ) simde_vld2q_dup_f32((a))
282282#endif
@@ -303,7 +303,7 @@ simde_vld2q_dup_f64(simde_float64 const * ptr) {
303303SIMDE_FUNCTION_ATTRIBUTES
304304simde_int8x16x2_t
305305simde_vld2q_dup_s8 (int8_t const * ptr ) {
306- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
306+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
307307 return vld2q_dup_s8 (ptr );
308308 #else
309309 simde_int8x16x2_t r ;
@@ -314,15 +314,15 @@ simde_vld2q_dup_s8(int8_t const * ptr) {
314314 return r ;
315315 #endif
316316}
317- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
317+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
318318 #undef vld2q_dup_s8
319319 #define vld2q_dup_s8 (a ) simde_vld2q_dup_s8((a))
320320#endif
321321
322322SIMDE_FUNCTION_ATTRIBUTES
323323simde_int16x8x2_t
324324simde_vld2q_dup_s16 (int16_t const * ptr ) {
325- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
325+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
326326 return vld2q_dup_s16 (ptr );
327327 #else
328328 simde_int16x8x2_t r ;
@@ -333,15 +333,15 @@ simde_vld2q_dup_s16(int16_t const * ptr) {
333333 return r ;
334334 #endif
335335}
336- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
336+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
337337 #undef vld2q_dup_s16
338338 #define vld2q_dup_s16 (a ) simde_vld2q_dup_s16((a))
339339#endif
340340
341341SIMDE_FUNCTION_ATTRIBUTES
342342simde_int32x4x2_t
343343simde_vld2q_dup_s32 (int32_t const * ptr ) {
344- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
344+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
345345 return vld2q_dup_s32 (ptr );
346346 #else
347347 simde_int32x4x2_t r ;
@@ -352,15 +352,15 @@ simde_vld2q_dup_s32(int32_t const * ptr) {
352352 return r ;
353353 #endif
354354}
355- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
355+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
356356 #undef vld2q_dup_s32
357357 #define vld2q_dup_s32 (a ) simde_vld2q_dup_s32((a))
358358#endif
359359
360360SIMDE_FUNCTION_ATTRIBUTES
361361simde_int64x2x2_t
362362simde_vld2q_dup_s64 (int64_t const * ptr ) {
363- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
363+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
364364 return vld2q_dup_s64 (ptr );
365365 #else
366366 simde_int64x2x2_t r ;
@@ -371,15 +371,15 @@ simde_vld2q_dup_s64(int64_t const * ptr) {
371371 return r ;
372372 #endif
373373}
374- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
374+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
375375 #undef vld2q_dup_s64
376376 #define vld2q_dup_s64 (a ) simde_vld2q_dup_s64((a))
377377#endif
378378
379379SIMDE_FUNCTION_ATTRIBUTES
380380simde_uint8x16x2_t
381381simde_vld2q_dup_u8 (uint8_t const * ptr ) {
382- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
382+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
383383 return vld2q_dup_u8 (ptr );
384384 #else
385385 simde_uint8x16x2_t r ;
@@ -390,15 +390,15 @@ simde_vld2q_dup_u8(uint8_t const * ptr) {
390390 return r ;
391391 #endif
392392}
393- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
393+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
394394 #undef vld2q_dup_u8
395395 #define vld2q_dup_u8 (a ) simde_vld2q_dup_u8((a))
396396#endif
397397
398398SIMDE_FUNCTION_ATTRIBUTES
399399simde_uint16x8x2_t
400400simde_vld2q_dup_u16 (uint16_t const * ptr ) {
401- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
401+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
402402 return vld2q_dup_u16 (ptr );
403403 #else
404404 simde_uint16x8x2_t r ;
@@ -409,15 +409,15 @@ simde_vld2q_dup_u16(uint16_t const * ptr) {
409409 return r ;
410410 #endif
411411}
412- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
412+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
413413 #undef vld2q_dup_u16
414414 #define vld2q_dup_u16 (a ) simde_vld2q_dup_u16((a))
415415#endif
416416
417417SIMDE_FUNCTION_ATTRIBUTES
418418simde_uint32x4x2_t
419419simde_vld2q_dup_u32 (uint32_t const * ptr ) {
420- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
420+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
421421 return vld2q_dup_u32 (ptr );
422422 #else
423423 simde_uint32x4x2_t r ;
@@ -428,15 +428,15 @@ simde_vld2q_dup_u32(uint32_t const * ptr) {
428428 return r ;
429429 #endif
430430}
431- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
431+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
432432 #undef vld2q_dup_u32
433433 #define vld2q_dup_u32 (a ) simde_vld2q_dup_u32((a))
434434#endif
435435
436436SIMDE_FUNCTION_ATTRIBUTES
437437simde_uint64x2x2_t
438438simde_vld2q_dup_u64 (uint64_t const * ptr ) {
439- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE )
439+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE )
440440 return vld2q_dup_u64 (ptr );
441441 #else
442442 simde_uint64x2x2_t r ;
@@ -447,7 +447,7 @@ simde_vld2q_dup_u64(uint64_t const * ptr) {
447447 return r ;
448448 #endif
449449}
450- #if defined(SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES )
450+ #if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES )
451451 #undef vld2q_dup_u64
452452 #define vld2q_dup_u64 (a ) simde_vld2q_dup_u64((a))
453453#endif
0 commit comments