@@ -408,63 +408,51 @@ template <>
408408inline constexpr bool __is_vector_type_v<::long2> = true ;
409409template <>
410410inline constexpr bool __is_vector_type_v<::long3> = true ;
411- # if _CCCL_CTK_AT_LEAST(13, 0)
412411template <>
413412inline constexpr bool __is_vector_type_v<::long4_16a> = true ;
414413template <>
415414inline constexpr bool __is_vector_type_v<::long4_32a> = true ;
416- # else // ^^^ _CCCL_CTK_AT_LEAST(13, 0) ^^^ / vvv _CCCL_CTK_BELOW(13, 0) vvv
417415template <>
418416inline constexpr bool __is_vector_type_v<::long4> = true ;
419- # endif // ^^^ _CCCL_CTK_BELOW(13, 0) ^^^
420417
421418template <>
422419inline constexpr bool __is_vector_type_v<::ulong1> = true ;
423420template <>
424421inline constexpr bool __is_vector_type_v<::ulong2> = true ;
425422template <>
426423inline constexpr bool __is_vector_type_v<::ulong3> = true ;
427- # if _CCCL_CTK_AT_LEAST(13, 0)
428424template <>
429425inline constexpr bool __is_vector_type_v<::ulong4_16a> = true ;
430426template <>
431427inline constexpr bool __is_vector_type_v<::ulong4_32a> = true ;
432- # else // ^^^ _CCCL_CTK_AT_LEAST(13, 0) ^^^ / vvv _CCCL_CTK_BELOW(13, 0) vvv
433428template <>
434429inline constexpr bool __is_vector_type_v<::ulong4> = true ;
435- # endif // ^^^ _CCCL_CTK_BELOW(13, 0) ^^^
436430
437431template <>
438432inline constexpr bool __is_vector_type_v<::longlong1> = true ;
439433template <>
440434inline constexpr bool __is_vector_type_v<::longlong2> = true ;
441435template <>
442436inline constexpr bool __is_vector_type_v<::longlong3> = true ;
443- # if _CCCL_CTK_AT_LEAST(13, 0)
444437template <>
445438inline constexpr bool __is_vector_type_v<::longlong4_16a> = true ;
446439template <>
447440inline constexpr bool __is_vector_type_v<::longlong4_32a> = true ;
448- # else // ^^^ _CCCL_CTK_AT_LEAST(13, 0) ^^^ / vvv _CCCL_CTK_BELOW(13, 0) vvv
449441template <>
450442inline constexpr bool __is_vector_type_v<::longlong4> = true ;
451- # endif // ^^^ _CCCL_CTK_BELOW(13, 0) ^^^
452443
453444template <>
454445inline constexpr bool __is_vector_type_v<::ulonglong1> = true ;
455446template <>
456447inline constexpr bool __is_vector_type_v<::ulonglong2> = true ;
457448template <>
458449inline constexpr bool __is_vector_type_v<::ulonglong3> = true ;
459- # if _CCCL_CTK_AT_LEAST(13, 0)
460450template <>
461451inline constexpr bool __is_vector_type_v<::ulonglong4_16a> = true ;
462452template <>
463453inline constexpr bool __is_vector_type_v<::ulonglong4_32a> = true ;
464- # else // ^^^ _CCCL_CTK_AT_LEAST(13, 0) ^^^ / vvv _CCCL_CTK_BELOW(13, 0) vvv
465454template <>
466455inline constexpr bool __is_vector_type_v<::ulonglong4> = true ;
467- # endif // ^^^ _CCCL_CTK_BELOW(13, 0) ^^^
468456
469457template <>
470458inline constexpr bool __is_vector_type_v<::float1> = true ;
@@ -481,15 +469,12 @@ template <>
481469inline constexpr bool __is_vector_type_v<::double2> = true ;
482470template <>
483471inline constexpr bool __is_vector_type_v<::double3> = true ;
484- # if _CCCL_CTK_AT_LEAST(13, 0)
485472template <>
486473inline constexpr bool __is_vector_type_v<::double4_16a> = true ;
487474template <>
488475inline constexpr bool __is_vector_type_v<::double4_32a> = true ;
489- # else // ^^^ _CCCL_CTK_AT_LEAST(13, 0) ^^^ / vvv _CCCL_CTK_BELOW(13, 0) vvv
490476template <>
491477inline constexpr bool __is_vector_type_v<::double4> = true ;
492- # endif // ^^^ _CCCL_CTK_BELOW(13, 0) ^^^
493478
494479template <>
495480inline constexpr bool __is_vector_type_v<::dim3> = true ;
0 commit comments