Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
24a29fb0
Commit
24a29fb0
authored
Dec 11, 2017
by
Lynn Garren
Browse files
fix typo
parent
211a02c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Random/src/MixMaxRng.cc
View file @
24a29fb0
...
@@ -706,7 +706,7 @@ myuint_t MixMaxRng::apply_bigskip( myuint_t* Vout, myuint_t* Vin, myID_t cluster
...
@@ -706,7 +706,7 @@ myuint_t MixMaxRng::apply_bigskip( myuint_t* Vout, myuint_t* Vin, myID_t cluster
myuint_t
MixMaxRng
::
modadd
(
myuint_t
foo
,
myuint_t
bar
)
myuint_t
MixMaxRng
::
modadd
(
myuint_t
foo
,
myuint_t
bar
)
{
{
#if
(
defined(__x86_64__) && defined(__GNUC__) && (!defined(__ICC))
#if defined(__x86_64__) && defined(__GNUC__) && (!defined(__ICC))
//#warning Using assembler routine in modadd
//#warning Using assembler routine in modadd
myuint_t
out
;
myuint_t
out
;
/* Assembler trick suggested by Andrzej Görlich */
/* Assembler trick suggested by Andrzej Görlich */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment