The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# [[[ HEADER ]]]
package # hide from PAUSE indexing
rperlsse; ## no critic qw(Capitalization ProhibitMultiplePackages ProhibitReusedNames) # SYSTEM DEFAULT 3: allow multiple & lower case package names
use strict;
our $VERSION = 0.001_000;
# [[[ INCLUDES ]]]
# [[[ EXPORTS ]]]
use RPerl::Exporter qw(import);
our @EXPORT = qw(sse_recip_sqrt_32bit_on_64bit);
1; # end of package