Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32bit OSでは恐らく正しく動作しない #77

Open
wistaria opened this issue Sep 7, 2019 · 1 comment
Open

32bit OSでは恐らく正しく動作しない #77

wistaria opened this issue Sep 7, 2019 · 1 comment

Comments

@wistaria
Copy link
Contributor

wistaria commented Sep 7, 2019

No description provided.

@wistaria wistaria changed the title 32bit OS 32bit OSでは恐らく正しく動作しない Sep 7, 2019
@wistaria
Copy link
Contributor Author

wistaria commented Sep 7, 2019

/home/vagrant/build/hphi_3.3.0/src/bitcalc.c: In function ‘SgnBit’:
/home/vagrant/build/hphi_3.3.0/src/bitcalc.c:350:19: warning: right shift count >= width of type [-Wshift-count-overflow]
    bit =  bit^(bit>>32);
                   ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c: In function ‘expec_energy_flct_HubbardGC’:
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:234:27: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_up >> 32;
                           ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:240:29: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_down >> 32;
                             ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:246:26: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_D >> 32;
                          ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:253:27: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_up >> 32;
                           ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:259:29: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_down >> 32;
                             ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:265:26: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_D >> 32;
                          ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c: In function ‘expec_energy_flct_Hubbard’:
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:356:27: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_up >> 32;
                           ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:362:29: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_down >> 32;
                             ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:368:26: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_D >> 32;
                          ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:375:27: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_up >> 32;
                           ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:381:29: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_down >> 32;
                             ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:387:26: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit_D >> 32;
                          ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c: In function ‘expec_energy_flct_HalfSpinGC’:
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:465:25: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit1 >> 32;
                         ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:471:25: warning: right shift count >= width of type [-Wshift-count-overflow]
         u_ibit1 = ibit1 >> 32;
                         ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c: In function ‘expec_energy_flct_HalfSpin’:
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:586:21: warning: right shift count >= width of type [-Wshift-count-overflow]
     u_ibit1 = ibit1 >> 32;
                     ^~
/home/vagrant/build/hphi_3.3.0/src/expec_energy_flct.c:592:21: warning: right shift count >= width of type [-Wshift-count-overflow]
     u_ibit1 = ibit1 >> 32;
                     ^~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant