1
- /* auto-generated on 2023-05-22 21:46:48 -0400. Do not edit! */
2
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf.h
1
+ /* auto-generated on 2023-06-05 08:58:28 -0400. Do not edit! */
2
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf.h
3
3
/* begin file include/simdutf.h */
4
4
#ifndef SIMDUTF_H
5
5
#define SIMDUTF_H
6
6
#include < cstring>
7
7
8
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/compiler_check.h
8
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/compiler_check.h
9
9
/* begin file include/simdutf/compiler_check.h */
10
10
#ifndef SIMDUTF_COMPILER_CHECK_H
11
11
#define SIMDUTF_COMPILER_CHECK_H
43
43
44
44
#endif // SIMDUTF_COMPILER_CHECK_H
45
45
/* end file include/simdutf/compiler_check.h */
46
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/common_defs.h
46
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/common_defs.h
47
47
/* begin file include/simdutf/common_defs.h */
48
48
#ifndef SIMDUTF_COMMON_DEFS_H
49
49
#define SIMDUTF_COMMON_DEFS_H
50
50
51
51
#include < cassert>
52
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/portability.h
52
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/portability.h
53
53
/* begin file include/simdutf/portability.h */
54
54
#ifndef SIMDUTF_PORTABILITY_H
55
55
#define SIMDUTF_PORTABILITY_H
@@ -280,7 +280,7 @@ use a 64-bit target such as x64, 64-bit ARM or 64-bit PPC.")
280
280
281
281
#endif // SIMDUTF_PORTABILITY_H
282
282
/* end file include/simdutf/portability.h */
283
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/avx512.h
283
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/avx512.h
284
284
/* begin file include/simdutf/avx512.h */
285
285
#ifndef SIMDUTF_AVX512_H_
286
286
#define SIMDUTF_AVX512_H_
@@ -460,19 +460,21 @@ use a 64-bit target such as x64, 64-bit ARM or 64-bit PPC.")
460
460
461
461
#endif // MSC_VER
462
462
463
- #if defined(SIMDUTF_VISUAL_STUDIO)
464
- /**
465
- * It does not matter here whether you are using
466
- * the regular visual studio or clang under visual
467
- * studio.
468
- */
469
- #if SIMDUTF_USING_LIBRARY
470
- #define SIMDUTF_DLLIMPORTEXPORT __declspec(dllimport)
463
+ #ifndef SIMDUTF_DLLIMPORTEXPORT
464
+ #if defined(SIMDUTF_VISUAL_STUDIO)
465
+ /**
466
+ * It does not matter here whether you are using
467
+ * the regular visual studio or clang under visual
468
+ * studio.
469
+ */
470
+ #if SIMDUTF_USING_LIBRARY
471
+ #define SIMDUTF_DLLIMPORTEXPORT __declspec(dllimport)
472
+ #else
473
+ #define SIMDUTF_DLLIMPORTEXPORT __declspec(dllexport)
474
+ #endif
471
475
#else
472
- #define SIMDUTF_DLLIMPORTEXPORT __declspec(dllexport)
476
+ #define SIMDUTF_DLLIMPORTEXPORT
473
477
#endif
474
- #else
475
- #define SIMDUTF_DLLIMPORTEXPORT
476
478
#endif
477
479
478
480
/// If EXPR is an error, returns it.
@@ -481,7 +483,7 @@ use a 64-bit target such as x64, 64-bit ARM or 64-bit PPC.")
481
483
482
484
#endif // SIMDUTF_COMMON_DEFS_H
483
485
/* end file include/simdutf/common_defs.h */
484
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/encoding_types.h
486
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/encoding_types.h
485
487
/* begin file include/simdutf/encoding_types.h */
486
488
#include <string>
487
489
@@ -529,7 +531,7 @@ size_t bom_byte_size(encoding_type bom);
529
531
} // BOM namespace
530
532
} // simdutf namespace
531
533
/* end file include/simdutf/encoding_types.h */
532
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/error.h
534
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/error.h
533
535
/* begin file include/simdutf/error.h */
534
536
#ifndef ERROR_H
535
537
#define ERROR_H
@@ -566,15 +568,15 @@ SIMDUTF_PUSH_DISABLE_WARNINGS
566
568
SIMDUTF_DISABLE_UNDESIRED_WARNINGS
567
569
568
570
// Public API
569
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/simdutf_version.h
571
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/simdutf_version.h
570
572
/* begin file include/simdutf/simdutf_version.h */
571
573
// /include/simdutf/simdutf_version.h automatically generated by release.py,
572
574
// do not change by hand
573
575
#ifndef SIMDUTF_SIMDUTF_VERSION_H
574
576
#define SIMDUTF_SIMDUTF_VERSION_H
575
577
576
578
/** The version of simdutf being used (major.minor.revision) */
577
- #define SIMDUTF_VERSION " 3.2.12 "
579
+ #define SIMDUTF_VERSION " 3.2.14 "
578
580
579
581
namespace simdutf {
580
582
enum {
@@ -589,13 +591,13 @@ enum {
589
591
/**
590
592
* The revision (major.minor.REVISION) of simdutf being used.
591
593
*/
592
- SIMDUTF_VERSION_REVISION = 12
594
+ SIMDUTF_VERSION_REVISION = 14
593
595
};
594
596
} // namespace simdutf
595
597
596
598
#endif // SIMDUTF_SIMDUTF_VERSION_H
597
599
/* end file include/simdutf/simdutf_version.h */
598
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/implementation.h
600
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/implementation.h
599
601
/* begin file include/simdutf/implementation.h */
600
602
#ifndef SIMDUTF_IMPLEMENTATION_H
601
603
#define SIMDUTF_IMPLEMENTATION_H
@@ -605,7 +607,7 @@ enum {
605
607
#endif
606
608
#include <vector>
607
609
#include <tuple>
608
- // dofile: invoked with prepath=/Users/dlemire /CVS/github/simdutf/include, filename=simdutf/internal/isadetection.h
610
+ // dofile: invoked with prepath=/Users/lemire /CVS/github/simdutf/include, filename=simdutf/internal/isadetection.h
609
611
/* begin file include/simdutf/internal/isadetection.h */
610
612
/* From
611
613
https://github.com/endorno/pytorch/blob/master/torch/lib/TH/generic/simd/simd.h
0 commit comments