Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
211a02c2
Commit
211a02c2
authored
Dec 11, 2017
by
Lynn Garren
Browse files
bug fix for
CLHEP-146
parent
4023d9b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
211a02c2
2017-12-11 Lynn Garren <garren@fnal.gov>
* Random/src/MixMaxRng.cc: bug fix for CLHEP-146
==============================
22.11.17 Release CLHEP-2.4.0.0
==============================
...
...
Random/ChangeLog
View file @
211a02c2
2017-12-11 Lynn Garren <garren@fnal.gov>
* Random/src/MixMaxRng.cc: bug fix for CLHEP-146
==============================
22.11.17 Release CLHEP-2.4.0.0
==============================
...
...
Random/src/MixMaxRng.cc
View file @
211a02c2
...
...
@@ -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
)
{
#if (defined(__x86_64__)
|| defined(__i386__))
&& defined(__GNUC__) && (!defined(__ICC))
#if (defined(__x86_64__) && defined(__GNUC__) && (!defined(__ICC))
//#warning Using assembler routine in modadd
myuint_t
out
;
/* Assembler trick suggested by Andrzej Görlich */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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