Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
610 B

  1. /***
  2. * testfdiv.h - user include file for detection of flawed Pentium chips.
  3. *
  4. * Copyright (c) 1994-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * User include file for detection of early steppings of
  8. * Pentium chips with incorrect FDIV tables.
  9. *
  10. *Revision History:
  11. * 12-19-94 JWM file added
  12. * 1-13-95 JWM underscores added to prototypes for ANSI compatibility
  13. */
  14. #ifndef _TEST_FDIV
  15. #define _TEST_FDIV
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. int _ms_p5_test_fdiv();
  20. int _ms_p5_mp_test_fdiv();
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif /* _TEST_FDIV */