Search found 1 match
- 2024-10-31, 11:50:04
- Forum: Agner's CPU blog
- Topic: Testp and github
- Replies: 1
- Views: 346
Testp and github
Why don't you put it on github so people could contribute? Latest change clearly has a bug. You added `case 0x8E:` twice inside GetProcessorFamily. This is a compilation error. Do you make changes blindly without even compiling? ``` 1>------ Build started: Project: PMCTest, Configuration: Debug x64 ...